home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 January - Disc 2
/
Macworld (1999-01) (Disk 2).dmg
/
Serious Demos
/
Symbolic Composer 4.2
/
Environment
/
System
/
DEF
/
Access
/
velocity-of
< prev
next >
Wrap
Text File
|
1998-10-23
|
355b
|
9 lines
velocity-of instrument
Returns a class property of the instrument defined with def-velocity. Can be used for accessing already made definition of an instrument. Notice the 'missuse' pf change-length that works perfectly with lists of velocity values.
(def-velocity
piano1 '(1 2 3 4 5 6 7 8 9)
piano2 (change-length :add 60 (velocity-of piano1))
)